home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / dpat / dpat50 / cprg / ifnotkeypressed.make < prev    next >
Text File  |  1993-09-21  |  328b  |  11 lines

  1. ;ANNULER CliUMain.O .Key Op
  2.  
  3. Copy CPRG:IfNotKeyPressed.C CPRG:IfNotKeyPressed.BAK
  4.  
  5. LC -v -j73 -cus -oRAM: -O CPRG:IfNotKeyPressed.C
  6.  
  7. IF EXISTS RAM:IfNotKeyPressed.O
  8. BLink LIB:C.O,LIB:CliUMain.O,RAM:IfNotKeyPressed.O TO RAM:IfNotKeyPressed LIB LIB:LC.LIB,LIB:Amiga.LIB NODEBUG SMALLCODE SMALLDATA
  9. Del RAM:IfNotKeyPressed.O
  10. ENDIF
  11.